home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / julialambda1.form < prev    next >
Encoding:
Text File  |  1995-12-21  |  315 b   |  29 lines

  1. JuliaLambda1
  2. {
  3.     {
  4.         pickendi=1
  5.         x1=-2.0
  6.         x2= 2.0
  7.         y1=-2.0
  8.         y2= 2.0
  9.         par1.r=-0.74543        ; Realpart of c => Var. p1.r
  10.         par1.i=0.11301        ; Imagpart of c => Var. p1.i
  11.         bailout=2.0            ; Bailoutvalue
  12.     }
  13.     {
  14.         z=pixel
  15.     }
  16.     {
  17.         d=[1.0,0.0]-z
  18.         d=d*par1
  19.         z=z*d
  20.         w=abs(z)
  21.     }
  22.     {
  23.         w>bailout
  24.     }
  25.     {
  26.         par1 : Constante C
  27.     }
  28. }
  29.